home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / lib / mozilla-thunderbird / greprefs / all.js next >
Encoding:
Text File  |  2007-04-03  |  59.8 KB  |  1,327 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4.  *
  5.  * The contents of this file are subject to the Mozilla Public License Version
  6.  * 1.1 (the "License"); you may not use this file except in compliance with
  7.  * the License. You may obtain a copy of the License at
  8.  * http://www.mozilla.org/MPL/
  9.  *
  10.  * Software distributed under the License is distributed on an "AS IS" basis,
  11.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.  * for the specific language governing rights and limitations under the
  13.  * License.
  14.  *
  15.  * The Original Code is mozilla.org code.
  16.  *
  17.  * The Initial Developer of the Original Code is
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  * Benjamin Smedberg <bsmedberg@covad.net>
  24.  *
  25.  * Alternatively, the contents of this file may be used under the terms of
  26.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  27.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28.  * in which case the provisions of the GPL or the LGPL are applicable instead
  29.  * of those above. If you wish to allow use of your version of this file only
  30.  * under the terms of either the GPL or the LGPL, and not to allow others to
  31.  * use your version of this file under the terms of the MPL, indicate your
  32.  * decision by deleting the provisions above and replace them with the notice
  33.  * and other provisions required by the GPL or the LGPL. If you do not delete
  34.  * the provisions above, a recipient may use your version of this file under
  35.  * the terms of any one of the MPL, the GPL or the LGPL.
  36.  *
  37.  * ***** END LICENSE BLOCK ***** */
  38.  
  39. /* The prefs in this file are shipped with the GRE and should apply to all
  40.  * embedding situations. Application-specific preferences belong somewhere else,
  41.  * for example xpfe/bootstrap/browser-prefs.js
  42.  *
  43.  * Platform-specific #ifdefs at the end of this file override the generic
  44.  * entries at the top.
  45.  */
  46.  
  47. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
  48. //  The first character after a period must be alphabetic.
  49.  
  50. pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=utf-8&q=");
  51. pref("keyword.enabled", false);
  52. pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
  53. pref("general.useragent.contentlocale", "chrome://navigator-region/locale/region.properties");
  54.  
  55. pref("general.config.obscure_value", 13); // for MCD .cfg files
  56.  
  57. pref("browser.cache.disk.enable",           true);
  58. pref("browser.cache.disk.capacity",         51200);
  59. pref("browser.cache.memory.enable",         true);
  60. //pref("browser.cache.memory.capacity",     -1);
  61. // -1 = determine dynamically, 0 = none, n = memory capacity in kilobytes
  62. pref("browser.cache.disk_cache_ssl",        false);
  63. // 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically
  64. pref("browser.cache.check_doc_frequency",   3);
  65. // Fastback caching - if this pref is negative, then we calculate the number
  66. // of content viewers to cache based on the amount of available memory.
  67. pref("browser.sessionhistory.max_total_viewers", -1);
  68.  
  69. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  70. pref("browser.display.use_document_colors", true);
  71. pref("browser.display.use_system_colors",   false);
  72. pref("browser.display.foreground_color",    "#000000");
  73. pref("browser.display.background_color",    "#FFFFFF");
  74. pref("browser.display.force_inline_alttext", false); // true = force ALT text for missing images to be layed out inline
  75. // 0 = no external leading, 
  76. // 1 = use external leading only when font provides, 
  77. // 2 = add extra leading both internal leading and external leading are zero
  78. pref("browser.display.normal_lineheight_calc_control", 2);
  79. pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken
  80. pref("browser.anchor_color",                "#0000EE");
  81. pref("browser.active_color",                "#EE0000");
  82. pref("browser.visited_color",               "#551A8B");
  83. pref("browser.underline_anchors",           true);
  84. pref("browser.blink_allowed",               true);
  85. pref("browser.enable_automatic_image_resizing", false);
  86.  
  87. pref("browser.display.use_focus_colors",    false);
  88. pref("browser.display.focus_background_color", "#117722");
  89. pref("browser.display.focus_text_color",     "#ffffff");
  90. pref("browser.display.focus_ring_width",     1);
  91. pref("browser.display.focus_ring_on_anything", false);
  92.  
  93. pref("browser.helperApps.alwaysAsk.force",  false);
  94. pref("browser.helperApps.neverAsk.saveToDisk", "");
  95. pref("browser.helperApps.neverAsk.openFile", "");
  96.  
  97. // xxxbsmedberg: where should prefs for the toolkit go?
  98. pref("browser.chrome.toolbar_tips",         true);
  99. // 0 = Pictures Only, 1 = Text Only, 2 = Pictures and Text
  100. pref("browser.chrome.toolbar_style",        2);
  101. // max image size for which it is placed in the tab icon for tabbrowser.
  102. // if 0, no images are used for tab icons for image documents.
  103. pref("browser.chrome.image_icons.max_size", 1024);
  104.  
  105.  
  106. pref("accessibility.browsewithcaret", false);
  107. pref("accessibility.warn_on_browsewithcaret", true);
  108.  
  109. //@line 110 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  110. // Tab focus model bit field:
  111. // 1 focuses text controls, 2 focuses other form elements, 4 adds links.
  112. // Most users will want 1, 3, or 7.
  113. // On OS X, we use Full Keyboard Access system preference,
  114. // unless accessibility.tabfocus is set by the user.
  115. pref("accessibility.tabfocus", 7);
  116. pref("accessibility.tabfocus_applies_to_xul", false);
  117. //@line 121 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  118.  
  119. pref("accessibility.usetexttospeech", "");
  120. pref("accessibility.usebrailledisplay", "");
  121. pref("accessibility.accesskeycausesactivation", true);
  122.  
  123. // Type Ahead Find
  124. pref("accessibility.typeaheadfind", true);
  125. pref("accessibility.typeaheadfind.autostart", true);
  126. pref("accessibility.typeaheadfind.linksonly", true);
  127. pref("accessibility.typeaheadfind.startlinksonly", false);
  128. pref("accessibility.typeaheadfind.timeout", 4000);
  129. pref("accessibility.typeaheadfind.enabletimeout", true);
  130. pref("accessibility.typeaheadfind.soundURL", "default");
  131. pref("accessibility.typeaheadfind.enablesound", true);
  132.  
  133. pref("browser.history_expire_days", 9);
  134.  
  135. // loading and rendering of framesets and iframes
  136. pref("browser.frames.enabled", true);
  137.  
  138. // form submission
  139. pref("browser.forms.submit.backwards_compatible", true);
  140.  
  141. // xxxbsmedberg more toolkit prefs?
  142. // Tab browser preferences.
  143. pref("browser.tabs.autoHide", true);
  144. pref("browser.tabs.forceHide", false);
  145. pref("browser.tabs.warnOnClose", true);
  146. pref("browser.tabs.warnOnCloseOther", true);
  147. // 0 = append, 1 = replace
  148. pref("browser.tabs.loadGroup", 1);
  149.  
  150. // lets new tab/window load something different than first window
  151. // -1 - use navigator startup preference
  152. //  0 - loads blank page
  153. //  1 - loads home page
  154. //  2 - loads last page visited
  155. pref("browser.tabs.loadOnNewTab", 0);
  156. pref("browser.windows.loadOnNewWindow", 1);
  157.  
  158. // view source
  159. pref("view_source.syntax_highlight", true);
  160. pref("view_source.wrap_long_lines", false);
  161.  
  162. // dispatch left clicks only to content in browser (still allows clicks to chrome/xul)
  163. pref("nglayout.events.dispatchLeftClickOnly", true);
  164.  
  165. // whether or not to use xbl form controls
  166. pref("nglayout.debug.enable_xbl_forms", false);
  167.  
  168. // size of scrollbar snapping region
  169. pref("slider.snapMultiplier", 6);
  170.  
  171. // option to choose plug-in finder
  172. pref("application.use_ns_plugin_finder", false);
  173.  
  174. // URI fixup prefs
  175. pref("browser.fixup.alternate.enabled", true);
  176. pref("browser.fixup.alternate.prefix", "www.");
  177. pref("browser.fixup.alternate.suffix", ".com");
  178. pref("browser.fixup.hide_user_pass", true);
  179.  
  180. // Print header customization
  181. // Use the following codes:
  182. // &T - Title
  183. // &U - Document URL
  184. // &D - Date/Time
  185. // &P - Page Number
  186. // &PT - Page Number "of" Page total
  187. // Set each header to a string containing zero or one of these codes
  188. // and the code will be replaced in that string by the corresponding data
  189. pref("print.print_headerleft", "&T");
  190. pref("print.print_headercenter", "");
  191. pref("print.print_headerright", "&U");
  192. pref("print.print_footerleft", "&PT");
  193. pref("print.print_footercenter", "");
  194. pref("print.print_footerright", "&D");
  195. pref("print.show_print_progress", true);
  196.  
  197. // xxxbsmedberg: more toolkit prefs
  198.  
  199. // When this is set to false each window has its own PrintSettings
  200. // and a chnage in one window does not affect the others
  201. pref("print.use_global_printsettings", true);
  202.  
  203. // Use the native dialog or the XP dialog?
  204. pref("print.use_native_print_dialog", false);
  205.  
  206. // Save the Printings after each print job
  207. pref("print.save_print_settings", true);
  208.  
  209. pref("print.whileInPrintPreview", true);
  210.  
  211. // Cache old Presentation when going into Print Preview
  212. pref("print.always_cache_old_pres", false);
  213.  
  214. // Enables you to specify the gap from the edge of the paper to the margin
  215. // this is used by both Printing and Print Preview
  216. pref("print.print_edge_top", 0); // 1/100 of an inch
  217. pref("print.print_edge_left", 0); // 1/100 of an inch
  218. pref("print.print_edge_right", 0); // 1/100 of an inch
  219. pref("print.print_edge_bottom", 0); // 1/100 of an inch
  220.  
  221.  
  222. // Prefs used by libeditor. Prefs specific to seamonkey composer
  223. // belong in mozilla/editor/ui/composer.js
  224.  
  225. pref("editor.use_custom_colors", false);
  226. pref("editor.htmlWrapColumn", 72);
  227. pref("editor.singleLine.pasteNewlines",     1);
  228. pref("editor.quotesPreformatted",            false);
  229. pref("editor.use_css",                       true);
  230. pref("editor.css.default_length_unit",       "px");
  231. pref("editor.resizing.preserve_ratio",       true);
  232. pref("editor.positioning.offset",            0);
  233.  
  234.  
  235. // Default Capability Preferences: Security-Critical! 
  236. // Editing these may create a security risk - be sure you know what you're doing
  237. //pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
  238.  
  239. pref("capability.policy.default_policynames", "mailnews");
  240.  
  241. pref("capability.policy.default.DOMException.code", "allAccess");
  242. pref("capability.policy.default.DOMException.message", "allAccess");
  243. pref("capability.policy.default.DOMException.name", "allAccess");
  244. pref("capability.policy.default.DOMException.result", "allAccess");
  245. pref("capability.policy.default.DOMException.toString.get", "allAccess");
  246.  
  247. pref("capability.policy.default.History.back.get", "allAccess");
  248. pref("capability.policy.default.History.current", "UniversalBrowserRead");
  249. pref("capability.policy.default.History.forward.get", "allAccess");
  250. pref("capability.policy.default.History.go.get", "allAccess");
  251. pref("capability.policy.default.History.item", "UniversalBrowserRead");
  252. pref("capability.policy.default.History.next", "UniversalBrowserRead");
  253. pref("capability.policy.default.History.previous", "UniversalBrowserRead");
  254. pref("capability.policy.default.History.toString", "UniversalBrowserRead");
  255.  
  256. pref("capability.policy.default.HTMLDocument.open.get", "allAccess");
  257.  
  258. pref("capability.policy.default.Location.hash.set", "allAccess");
  259. pref("capability.policy.default.Location.href.set", "allAccess");
  260. pref("capability.policy.default.Location.reload.get", "allAccess");
  261. pref("capability.policy.default.Location.replace.get", "allAccess");
  262.  
  263. pref("capability.policy.default.Navigator.preference", "allAccess");
  264. pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
  265. pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
  266.  
  267. pref("capability.policy.default.Window.blur.get", "allAccess");
  268. pref("capability.policy.default.Window.close.get", "allAccess");
  269. pref("capability.policy.default.Window.closed.get", "allAccess");
  270. pref("capability.policy.default.Window.Components", "allAccess");
  271. pref("capability.policy.default.Window.document.get", "allAccess");
  272. pref("capability.policy.default.Window.focus.get", "allAccess");
  273. pref("capability.policy.default.Window.frames.get", "allAccess");
  274. pref("capability.policy.default.Window.history.get", "allAccess");
  275. pref("capability.policy.default.Window.length.get", "allAccess");
  276. pref("capability.policy.default.Window.location", "allAccess");
  277. pref("capability.policy.default.Window.opener.get", "allAccess");
  278. pref("capability.policy.default.Window.parent.get", "allAccess");
  279. pref("capability.policy.default.Window.self.get", "allAccess");
  280. pref("capability.policy.default.Window.top.get", "allAccess");
  281. pref("capability.policy.default.Window.window.get", "allAccess");
  282.  
  283. pref("capability.policy.default.XULControllers.commandDispatcher", "noAccess");
  284. pref("capability.policy.default.XULControllers.getControllerForCommand", "noAccess");
  285. pref("capability.policy.default.XULControllers.insertControllerAt", "noAccess");
  286. pref("capability.policy.default.XULControllers.removeControllerAt", "noAccess");
  287. pref("capability.policy.default.XULControllers.getControllerAt", "noAccess");
  288. pref("capability.policy.default.XULControllers.appendController", "noAccess");
  289. pref("capability.policy.default.XULControllers.removeController", "noAccess");
  290. pref("capability.policy.default.XULControllers.getControllerId", "noAccess");
  291. pref("capability.policy.default.XULControllers.getControllerById", "noAccess");
  292. pref("capability.policy.default.XULControllers.getControllerCount", "noAccess");
  293. pref("capability.policy.default.Selection.addSelectionListener", "UniversalXPConnect");
  294. pref("capability.policy.default.Selection.removeSelectionListener", "UniversalXPConnect");
  295.  
  296. // Restrictions on the DOM for mail/news - see bugs 66938 and 84545
  297. pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
  298.  
  299. pref("capability.policy.mailnews.*.attributes.get", "noAccess");
  300. pref("capability.policy.mailnews.*.baseURI.get", "noAccess");
  301. pref("capability.policy.mailnews.*.data.get", "noAccess");
  302. pref("capability.policy.mailnews.*.getAttribute", "noAccess");
  303. pref("capability.policy.mailnews.*.getAttributeNS", "noAccess");
  304. pref("capability.policy.mailnews.*.getNamedItem", "noAccess");
  305. pref("capability.policy.mailnews.*.getNamedItemNS", "noAccess");
  306. pref("capability.policy.mailnews.*.host.get", "noAccess");
  307. pref("capability.policy.mailnews.*.hostname.get", "noAccess");
  308. pref("capability.policy.mailnews.*.href.get", "noAccess");
  309. pref("capability.policy.mailnews.*.innerHTML.get", "noAccess");
  310. pref("capability.policy.mailnews.*.lowSrc.get", "noAccess");
  311. pref("capability.policy.mailnews.*.nodeValue.get", "noAccess");
  312. pref("capability.policy.mailnews.*.pathname.get", "noAccess");
  313. pref("capability.policy.mailnews.*.protocol.get", "noAccess");
  314. pref("capability.policy.mailnews.*.src.get", "noAccess");
  315. pref("capability.policy.mailnews.*.substringData.get", "noAccess");
  316. pref("capability.policy.mailnews.*.text.get", "noAccess");
  317. pref("capability.policy.mailnews.*.title.get", "noAccess");
  318. pref("capability.policy.mailnews.DOMException.toString", "noAccess");
  319. pref("capability.policy.mailnews.HTMLAnchorElement.toString", "noAccess");
  320. pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess");
  321. pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess");
  322. pref("capability.policy.mailnews.Location.toString", "noAccess");
  323. pref("capability.policy.mailnews.Range.toString", "noAccess");
  324. pref("capability.policy.mailnews.Window.blur", "noAccess");
  325. pref("capability.policy.mailnews.Window.focus", "noAccess");
  326. pref("capability.policy.mailnews.Window.innerWidth.set", "noAccess");
  327. pref("capability.policy.mailnews.Window.innerHeight.set", "noAccess");
  328. pref("capability.policy.mailnews.Window.moveBy", "noAccess");
  329. pref("capability.policy.mailnews.Window.moveTo", "noAccess");
  330. pref("capability.policy.mailnews.Window.name.set", "noAccess");
  331. pref("capability.policy.mailnews.Window.outerHeight.set", "noAccess");
  332. pref("capability.policy.mailnews.Window.outerWidth.set", "noAccess");
  333. pref("capability.policy.mailnews.Window.resizeBy", "noAccess");
  334. pref("capability.policy.mailnews.Window.resizeTo", "noAccess");
  335. pref("capability.policy.mailnews.Window.screenX.set", "noAccess");
  336. pref("capability.policy.mailnews.Window.screenY.set", "noAccess");
  337. pref("capability.policy.mailnews.Window.sizeToContent", "noAccess");
  338. pref("capability.policy.mailnews.document.load", "noAccess");
  339. pref("capability.policy.mailnews.XMLHttpRequest.channel", "noAccess");
  340. pref("capability.policy.mailnews.XMLHttpRequest.getInterface", "noAccess");
  341. pref("capability.policy.mailnews.XMLHttpRequest.responseXML", "noAccess");
  342. pref("capability.policy.mailnews.XMLHttpRequest.responseText", "noAccess");
  343. pref("capability.policy.mailnews.XMLHttpRequest.status", "noAccess");
  344. pref("capability.policy.mailnews.XMLHttpRequest.statusText", "noAccess");
  345. pref("capability.policy.mailnews.XMLHttpRequest.abort", "noAccess");
  346. pref("capability.policy.mailnews.XMLHttpRequest.getAllResponseHeaders", "noAccess");
  347. pref("capability.policy.mailnews.XMLHttpRequest.getResponseHeader", "noAccess");
  348. pref("capability.policy.mailnews.XMLHttpRequest.open", "noAccess");
  349. pref("capability.policy.mailnews.XMLHttpRequest.send", "noAccess");
  350. pref("capability.policy.mailnews.XMLHttpRequest.setRequestHeader", "noAccess");
  351. pref("capability.policy.mailnews.XMLHttpRequest.readyState", "noAccess");
  352. pref("capability.policy.mailnews.XMLHttpRequest.overrideMimeType", "noAccess");
  353. pref("capability.policy.mailnews.XMLHttpRequest.onload", "noAccess");
  354. pref("capability.policy.mailnews.XMLHttpRequest.onerror", "noAccess");
  355. pref("capability.policy.mailnews.XMLHttpRequest.onreadystatechange", "noAccess");
  356. pref("capability.policy.mailnews.XMLSerializer.serializeToString", "noAccess");
  357. pref("capability.policy.mailnews.XMLSerializer.serializeToStream", "noAccess");
  358. pref("capability.policy.mailnews.DOMParser.parseFromString", "noAccess");
  359. pref("capability.policy.mailnews.DOMParser.parseFromStream", "noAccess");
  360. pref("capability.policy.mailnews.SOAPCall.transportURI", "noAccess");
  361. pref("capability.policy.mailnews.SOAPCall.verifySourceHeader", "noAccess");
  362. pref("capability.policy.mailnews.SOAPCall.invoke", "noAccess");
  363. pref("capability.policy.mailnews.SOAPCall.asyncInvoke", "noAccess");
  364. pref("capability.policy.mailnews.SOAPResponse.fault", "noAccess");
  365. pref("capability.policy.mailnews.SOAPEncoding.styleURI", "noAccess");
  366. pref("capability.policy.mailnews.SOAPEncoding.getAssociatedEncoding", "noAccess");
  367. pref("capability.policy.mailnews.SOAPEncoding.setEncoder", "noAccess");
  368. pref("capability.policy.mailnews.SOAPEncoding.getEncoder", "noAccess");
  369. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  370. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  371. pref("capability.policy.mailnews.SOAPEncoding.getDecoder", "noAccess");
  372. pref("capability.policy.mailnews.SOAPEncoding.defaultEncoder", "noAccess");
  373. pref("capability.policy.mailnews.SOAPEncoding.defaultDecoder", "noAccess");
  374. pref("capability.policy.mailnews.SOAPEncoding.schemaCollection", "noAccess");
  375. pref("capability.policy.mailnews.SOAPEncoding.encode", "noAccess");
  376. pref("capability.policy.mailnews.SOAPEncoding.decode", "noAccess");
  377. pref("capability.policy.mailnews.SOAPEncoding.mapSchemaURI", "noAccess");
  378. pref("capability.policy.mailnews.SOAPEncoding.unmapSchemaURI", "noAccess");
  379. pref("capability.policy.mailnews.SOAPEncoding.getInternalSchemaURI", "noAccess");
  380. pref("capability.policy.mailnews.SOAPEncoding.getExternalSchemaURI", "noAccess");
  381. pref("capability.policy.mailnews.SOAPFault.element", "noAccess");
  382. pref("capability.policy.mailnews.SOAPFault.faultNamespaceURI", "noAccess");
  383. pref("capability.policy.mailnews.SOAPFault.faultCode", "noAccess");
  384. pref("capability.policy.mailnews.SOAPFault.faultString", "noAccess");
  385. pref("capability.policy.mailnews.SOAPFault.faultActor", "noAccess");
  386. pref("capability.policy.mailnews.SOAPFault.detail", "noAccess");
  387. pref("capability.policy.mailnews.SOAPHeaderBlock.actorURI", "noAccess");
  388. pref("capability.policy.mailnews.SOAPHeaderBlock.mustUnderstand", "noAccess");
  389. pref("capability.policy.mailnews.SOAPParameter", "noAccess");
  390. pref("capability.policy.mailnews.SOAPPropertyBagMutator.propertyBag", "noAccess");
  391. pref("capability.policy.mailnews.SOAPPropertyBagMutator.addProperty", "noAccess");
  392. pref("capability.policy.mailnews.SchemaLoader.load", "noAccess");
  393. pref("capability.policy.mailnews.SchemaLoader.loadAsync", "noAccess");
  394. pref("capability.policy.mailnews.SchemaLoader.processSchemaElement", "noAccess");
  395. pref("capability.policy.mailnews.SchemaLoader.onLoad", "noAccess");
  396. pref("capability.policy.mailnews.SchemaLoader.onError", "noAccess");
  397. pref("capability.policy.mailnews.WSDLLoader.load", "noAccess");
  398. pref("capability.policy.mailnews.WSDLLoader.loadAsync", "noAccess");
  399. pref("capability.policy.mailnews.WSDLLoader.onLoad", "noAccess");
  400. pref("capability.policy.mailnews.WSDLLoader.onError", "noAccess");
  401. pref("capability.policy.mailnews.WebServiceProxyFactory.createProxy", "noAccess");
  402. pref("capability.policy.mailnews.WebServiceProxyFactory.createProxyAsync", "noAccess");
  403. pref("capability.policy.mailnews.WebServiceProxyFactory.onLoad", "noAccess");
  404. pref("capability.policy.mailnews.WebServiceProxyFactory.onError", "noAccess");
  405.  
  406. // XMLExtras
  407. pref("capability.policy.default.XMLHttpRequest.channel", "noAccess");
  408. pref("capability.policy.default.XMLHttpRequest.getInterface", "noAccess");
  409. pref("capability.policy.default.DOMParser.parseFromStream", "noAccess");
  410.  
  411. // Clipboard
  412. pref("capability.policy.default.Clipboard.cutcopy", "noAccess");
  413. pref("capability.policy.default.Clipboard.paste", "noAccess");
  414.  
  415. // Scripts & Windows prefs
  416. pref("dom.disable_image_src_set",           false);
  417. pref("dom.disable_window_flip",             false);
  418. pref("dom.disable_window_move_resize",      false);
  419. pref("dom.disable_window_status_change",    false);
  420.  
  421. pref("dom.disable_window_open_feature.titlebar",    false);
  422. pref("dom.disable_window_open_feature.close",       false);
  423. pref("dom.disable_window_open_feature.toolbar",     false);
  424. pref("dom.disable_window_open_feature.location",    false);
  425. pref("dom.disable_window_open_feature.directories", false);
  426. pref("dom.disable_window_open_feature.personalbar", false);
  427. pref("dom.disable_window_open_feature.menubar",     false);
  428. pref("dom.disable_window_open_feature.scrollbars",  false);
  429. pref("dom.disable_window_open_feature.resizable",   false);
  430. pref("dom.disable_window_open_feature.minimizable", false);
  431. pref("dom.disable_window_open_feature.status",      true);
  432.  
  433. pref("dom.allow_scripts_to_close_windows",          false);
  434.  
  435. pref("dom.disable_open_during_load",                false);
  436. pref("dom.popup_maximum",                           20);
  437. pref("dom.popup_allowed_events", "change click dblclick mouseup reset submit");
  438. pref("dom.disable_open_click_delay", 1000);
  439.  
  440. // Disable popups from plugins by default
  441. //   0 = openAllowed
  442. //   1 = openControlled
  443. //   2 = openAbused
  444. pref("privacy.popups.disable_from_plugins", 2);
  445.  
  446. pref("dom.event.contextmenu.enabled",       true);
  447.  
  448. pref("javascript.enabled",                  true);
  449. pref("javascript.allow.mailnews",           false);
  450. pref("javascript.options.strict",           false);
  451.  
  452. // advanced prefs
  453. pref("security.enable_java",                true);
  454. pref("advanced.mailftp",                    false);
  455. pref("image.animation_mode",                "normal");
  456.  
  457. // If there is ever a security firedrill that requires
  458. // us to block certian ports global, this is the pref 
  459. // to use.  Is is a comma delimited list of port numbers
  460. // for example:
  461. //   pref("network.security.ports.banned", "1,2,3,4,5");
  462. // prevents necko connecting to ports 1-5 unless the protocol
  463. // overrides.
  464.  
  465. // Default action for unlisted external protocol handlers
  466. pref("network.protocol-handler.external-default", true);      // OK to load
  467. pref("network.protocol-handler.warn-external-default", true); // warn before load
  468.  
  469. // Prevent using external protocol handlers for these schemes
  470. pref("network.protocol-handler.external.hcp", false);
  471. pref("network.protocol-handler.external.vbscript", false);
  472. pref("network.protocol-handler.external.javascript", false);
  473. pref("network.protocol-handler.external.data", false);
  474. pref("network.protocol-handler.external.ms-help", false);
  475. pref("network.protocol-handler.external.shell", false);
  476. pref("network.protocol-handler.external.vnd.ms.radio", false);
  477. //@line 483 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  478. pref("network.protocol-handler.external.disk", false);
  479. pref("network.protocol-handler.external.disks", false);
  480. pref("network.protocol-handler.external.afp", false);
  481.  
  482. // An exposed protocol handler is one that can be used in all contexts.  A
  483. // non-exposed protocol handler is one that can only be used internally by the
  484. // application.  For example, a non-exposed protocol would not be loaded by the
  485. // application in response to a link click or a X-remote openURL command.
  486. // Instead, it would be deferred to the system's external protocol handler.
  487. // Only internal/built-in protocol handlers can be marked as exposed.
  488.  
  489. // This pref controls the default settings.  Per protocol settings can be used
  490. // to override this value.
  491. pref("network.protocol-handler.expose-all", true);
  492.  
  493. // Example: make IMAP an exposed protocol
  494. // pref("network.protocol-handler.expose.imap", true);
  495.  
  496. pref("network.hosts.smtp_server",           "mail");
  497. pref("network.hosts.pop_server",            "mail");
  498.  
  499. // <http>
  500. pref("network.http.version", "1.1");      // default
  501. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  502. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  503. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  504. // some older 1.0 servers:
  505.  
  506. pref("network.http.proxy.version", "1.1");    // default
  507. // pref("network.http.proxy.version", "1.0"); // uncomment this out in case of problems
  508.                                               // (required if using junkbuster proxy)
  509.  
  510. // enable caching of http documents
  511. pref("network.http.use-cache", true);
  512.  
  513. // this preference can be set to override the socket type used for normal
  514. // HTTP traffic.  an empty value indicates the normal TCP/IP socket type.
  515. pref("network.http.default-socket-type", "");
  516.  
  517. pref("network.http.keep-alive", true); // set it to false in case of problems
  518. pref("network.http.proxy.keep-alive", true);
  519. pref("network.http.keep-alive.timeout", 300);
  520.  
  521. // limit the absolute number of http connections.
  522. pref("network.http.max-connections", 24);
  523.  
  524. // limit the absolute number of http connections that can be established per
  525. // host.  if a http proxy server is enabled, then the "server" is the proxy
  526. // server.  Otherwise, "server" is the http origin server.
  527. pref("network.http.max-connections-per-server", 8);
  528.  
  529. // if network.http.keep-alive is true, and if NOT connecting via a proxy, then
  530. // a new connection will only be attempted if the number of active persistent
  531. // connections to the server is less then max-persistent-connections-per-server.
  532. pref("network.http.max-persistent-connections-per-server", 2);
  533.  
  534. // if network.http.keep-alive is true, and if connecting via a proxy, then a
  535. // new connection will only be attempted if the number of active persistent
  536. // connections to the proxy is less then max-persistent-connections-per-proxy.
  537. pref("network.http.max-persistent-connections-per-proxy", 4);
  538.  
  539. // amount of time (in seconds) to suspend pending requests, before spawning a
  540. // new connection, once the limit on the number of persistent connections per
  541. // host has been reached.  however, a new connection will not be created if
  542. // max-connections or max-connections-per-server has also been reached.
  543. pref("network.http.request.max-start-delay", 10);
  544.  
  545. // Headers
  546. pref("network.http.accept.default", "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5");
  547. pref("network.http.sendRefererHeader",      2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  548.  
  549. // Controls whether we send HTTPS referres to other HTTPS sites.
  550. // By default this is enabled for compatibility (see bug 141641)
  551. pref("network.http.sendSecureXSiteReferrer", true);
  552.  
  553. // Maximum number of consecutive redirects before aborting.
  554. pref("network.http.redirection-limit", 20);
  555.  
  556. // Enable http compression: comment this out in case of problems with 1.1
  557. // NOTE: support for "compress" has been disabled per bug 196406.
  558. pref("network.http.accept-encoding" ,"gzip,deflate");
  559.  
  560. pref("network.http.pipelining"      , false);
  561. pref("network.http.proxy.pipelining", false);
  562.  
  563. // Max number of requests in the pipeline
  564. pref("network.http.pipelining.maxrequests" , 4);
  565.  
  566. // </http>
  567.  
  568. // This preference controls whether or not internationalized domain names (IDN)
  569. // are handled.  IDN requires a nsIIDNService implementation.
  570. pref("network.enableIDN", true);
  571.  
  572. // This preference, if true, causes all UTF-8 domain names to be normalized to
  573. // punycode.  The intention is to allow UTF-8 domain names as input, but never
  574. // generate them from punycode.
  575. pref("network.IDN_show_punycode", false);
  576.  
  577. // TLDs with "network.IDN.whitelist.tld" explicitly set to true are treated as 
  578. // IDN-safe. Otherwise, they're treated as unsafe and punycode will be used
  579. // for displaying them in the UI (e.g. URL bar). Note that these preferences
  580. // are referred to ONLY when "network.IDN_show_punycode" is false. In other
  581. // words, all IDNs will be shown in punycode if "network.IDN_show_punycode"
  582. // is true.
  583.  
  584. // ccTLDs
  585. pref("network.IDN.whitelist.ac", true);
  586. pref("network.IDN.whitelist.at", true);
  587. pref("network.IDN.whitelist.br", true);
  588. pref("network.IDN.whitelist.ch", true);
  589. pref("network.IDN.whitelist.cl", true);
  590. pref("network.IDN.whitelist.cn", true);
  591. pref("network.IDN.whitelist.de", true);
  592. pref("network.IDN.whitelist.dk", true);
  593. pref("network.IDN.whitelist.fi", true);
  594. pref("network.IDN.whitelist.gr", true);
  595. pref("network.IDN.whitelist.hu", true);
  596. pref("network.IDN.whitelist.io", true);
  597. pref("network.IDN.whitelist.is", true);
  598. pref("network.IDN.whitelist.jp", true);
  599. pref("network.IDN.whitelist.kr", true);
  600. pref("network.IDN.whitelist.li", true);
  601. pref("network.IDN.whitelist.lt", true);
  602. pref("network.IDN.whitelist.no", true);
  603. pref("network.IDN.whitelist.se", true);
  604. pref("network.IDN.whitelist.sh", true);
  605. pref("network.IDN.whitelist.th", true);
  606. pref("network.IDN.whitelist.tm", true);
  607. pref("network.IDN.whitelist.tw", true);
  608. pref("network.IDN.whitelist.vn", true);
  609.  
  610. // non-ccTLDs
  611. pref("network.IDN.whitelist.cat", true);
  612. pref("network.IDN.whitelist.info", true);
  613. pref("network.IDN.whitelist.museum", true);
  614. pref("network.IDN.whitelist.org", true);
  615.  
  616. // If a domain includes any of the following characters, it may be a spoof 
  617. // attempt and so we always display the domain name as punycode. This would 
  618. // override the settings "network.IDN_show_punycode" and 
  619. // "network.IDN.whitelist.*".
  620. pref("network.IDN.blacklist_chars", "\u0020\u00A0\u00BC\u00BD\u01C3\u0337\u0338\u05C3\u05F4\u06D4\u0702\u115F\u1160\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u200B\u2024\u2027\u2028\u2029\u202F\u2039\u203A\u2044\u205F\u2154\u2155\u2156\u2159\u215A\u215B\u215F\u2215\u23AE\u29F6\u29F8\u2AFB\u2AFD\u2FF0\u2FF1\u2FF2\u2FF3\u2FF4\u2FF5\u2FF6\u2FF7\u2FF8\u2FF9\u2FFA\u2FFB\u3000\u3002\u3014\u3015\u3033\u3164\u321D\u321E\u33AE\u33AF\u33C6\u33DF\uFE14\uFE15\uFE3F\uFE5D\uFE5E\uFEFF\uFF0E\uFF0F\uFF61\uFFA0\uFFF9\uFFFA\uFFFB\uFFFC\uFFFD");
  621.  
  622. // This preference specifies a list of domains for which DNS lookups will be
  623. // IPv4 only. Works around broken DNS servers which can't handle IPv6 lookups
  624. // and/or allows the user to disable IPv6 on a per-domain basis. See bug 68796.
  625. pref("network.dns.ipv4OnlyDomains", ".doubleclick.net");
  626.  
  627. // This preference can be used to turn off IPv6 name lookups. See bug 68796.
  628. pref("network.dns.disableIPv6", false);
  629.  
  630. // This preference controls whether or not URLs with UTF-8 characters are
  631. // escaped.  Set this preference to TRUE for strict RFC2396 conformance.
  632. pref("network.standard-url.escape-utf8", true);
  633.  
  634. // This preference controls whether or not URLs are always encoded and sent as
  635. // UTF-8.
  636. pref("network.standard-url.encode-utf8", false);
  637.  
  638. // Idle timeout for ftp control connections - 5 minute default
  639. pref("network.ftp.idleConnectionTimeout", 300);
  640.  
  641. // directory listing format
  642. // 2: HTML
  643. // 3: XUL directory viewer
  644. // all other values are treated like 2
  645. pref("network.dir.format", 2);
  646.  
  647. // enables the prefetch service (i.e., prefetching of <link rel="next"> URLs).
  648. pref("network.prefetch-next", true);
  649.  
  650.  
  651. // The following prefs pertain to the negotiate-auth extension (see bug 17578),
  652. // which provides transparent Kerberos or NTLM authentication using the SPNEGO
  653. // protocol.  Each pref is a comma-separated list of keys, where each key has
  654. // the format:
  655. //   [scheme "://"] [host [":" port]]
  656. // For example, "foo.com" would match "http://www.foo.com/bar", etc.
  657.  
  658. // This list controls which URIs can use the negotiate-auth protocol.  This
  659. // list should be limited to the servers you know you'll need to login to.
  660. pref("network.negotiate-auth.trusted-uris", "");
  661. // This list controls which URIs can support delegation.
  662. pref("network.negotiate-auth.delegation-uris", "");
  663.  
  664. // Allow SPNEGO by default when challenged by a proxy server.
  665. pref("network.negotiate-auth.allow-proxies", true);
  666.  
  667. // Path to a specific gssapi library
  668. pref("network.negotiate-auth.gsslib", "");
  669.  
  670. // Specify if the gss lib comes standard with the OS
  671. pref("network.negotiate-auth.using-native-gsslib", true);
  672.  
  673. //@line 684 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  674.  
  675. // The following prefs are used to enable automatic use of the operating
  676. // system's NTLM implementation to silently authenticate the user with their
  677. // Window's domain logon.  The trusted-uris pref follows the format of the
  678. // trusted-uris pref for negotiate authentication.
  679. pref("network.automatic-ntlm-auth.allow-proxies", true);
  680. pref("network.automatic-ntlm-auth.trusted-uris", "");
  681.  
  682. // This preference controls whether or not the LM hash will be included in
  683. // response to a NTLM challenge.  By default, this is disabled since servers
  684. // should almost never need the LM hash, and the LM hash is what makes NTLM
  685. // authentication less secure.  See bug 250691 for further details.
  686. // NOTE: automatic-ntlm-auth which leverages the OS-provided NTLM
  687. //       implementation will not be affected by this preference.
  688. pref("network.ntlm.send-lm-response", false);
  689.  
  690. // sspitzer:  change this back to "news" when we get to beta.
  691. // for now, set this to news.mozilla.org because you can only
  692. // post to the server specified by this pref.
  693. pref("network.hosts.nntp_server",           "news.mozilla.org");
  694.  
  695. pref("permissions.default.image",           1); // 1-Accept, 2-Deny, 3-dontAcceptForeign
  696. pref("network.image.warnAboutImages",       false);
  697. pref("network.proxy.autoconfig_url",        "");
  698. pref("network.proxy.type",                  0);
  699. pref("network.proxy.ftp",                   "");
  700. pref("network.proxy.ftp_port",              0);
  701. pref("network.proxy.gopher",                "");
  702. pref("network.proxy.gopher_port",           0);
  703. pref("network.proxy.http",                  "");
  704. pref("network.proxy.http_port",             0);
  705. pref("network.proxy.ssl",                   "");
  706. pref("network.proxy.ssl_port",              0);
  707. pref("network.proxy.socks",                 "");
  708. pref("network.proxy.socks_port",            0);
  709. pref("network.proxy.socks_version",         5);
  710. pref("network.proxy.socks_remote_dns",      false);
  711. pref("network.proxy.no_proxies_on",         "localhost, 127.0.0.1");
  712. pref("network.proxy.failover_timeout",      1800); // 30 minutes
  713. pref("network.online",                      true); //online/offline
  714. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse, 3-p3p
  715. pref("network.cookie.disableCookieForMailNews", true); // disable all cookies for mail
  716. pref("network.cookie.lifetimePolicy",       0); // accept normally, 1-askBeforeAccepting, 2-acceptForSession,3-acceptForNDays
  717. pref("network.cookie.alwaysAcceptSessionCookies", false);
  718. pref("network.cookie.prefsMigrated",        false);
  719. pref("network.cookie.lifetime.days",        90);
  720.  
  721. // The following default value is for p3p medium mode.
  722. // See xpfe/components/permissions/content/cookieP3P.xul for the definitions of low/medium/hi
  723. pref("network.cookie.p3p",                  "ffffaaaa");
  724. pref("network.cookie.p3plevel",             1); // 0=low, 1=medium, 2=high, 3=custom
  725.  
  726. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  727. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  728. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  729.  
  730. pref("ime.password.onFocus.dontCare",       false);
  731. pref("ime.password.onBlur.dontCare",        false);
  732.  
  733. pref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
  734. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  735. pref("intl.collationOption",                "chrome://navigator-platform/locale/navigator.properties");
  736. pref("intl.menuitems.alwaysappendaccesskeys","chrome://navigator/locale/navigator.properties");
  737. pref("intl.menuitems.insertseparatorbeforeaccesskeys","chrome://navigator/locale/navigator.properties");
  738. pref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
  739. pref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
  740. pref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
  741. pref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
  742. pref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
  743. pref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
  744. pref("intl.charsetmenu.browser.unicode",    "chrome://navigator/locale/navigator.properties");
  745. pref("intl.charsetmenu.mailedit",           "chrome://navigator/locale/navigator.properties");
  746. pref("intl.charsetmenu.browser.cache",      "");
  747. pref("intl.charsetmenu.mailview.cache",     "");
  748. pref("intl.charsetmenu.composer.cache",     "");
  749. pref("intl.charsetmenu.browser.cache.size", 5);
  750. pref("intl.charset.detector",               "chrome://navigator/locale/navigator.properties");
  751. pref("intl.charset.default",                "chrome://navigator-platform/locale/navigator.properties");
  752. pref("intl.content.langcode",               "chrome://communicator-region/locale/region.properties");
  753. pref("intl.locale.matchOS",                 false);
  754. // fallback charset list for Unicode conversion (converting from Unicode)
  755. // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
  756. // for ISO-8859-1
  757. pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
  758. pref("font.language.group",                 "chrome://navigator/locale/navigator.properties");
  759.  
  760. pref("images.dither", "auto");
  761. pref("security.directory",              "");
  762.  
  763. pref("signed.applets.codebase_principal_support", false);
  764. pref("security.checkloaduri", true);
  765. pref("security.xpconnect.plugin.unrestricted", true);
  766. // security-sensitive dialogs should delay button enabling. In milliseconds.
  767. pref("security.dialog_enable_delay", 2000);
  768.  
  769. // Modifier key prefs: default to Windows settings,
  770. // menu access key = alt, accelerator key = control.
  771. // Use 17 for Ctrl, 18 for Alt, 224 for Meta, 0 for none. Mac settings in macprefs.js
  772. pref("ui.key.accelKey", 17);
  773. pref("ui.key.generalAccessKey", 18);
  774. pref("ui.key.menuAccessKey", 18);
  775.  
  776. pref("ui.key.menuAccessKeyFocuses", false); // overridden below
  777. pref("ui.key.saveLink.shift", true); // true = shift, false = meta
  778.  
  779. // Middle-mouse handling
  780. pref("middlemouse.paste", false);
  781. pref("middlemouse.openNewWindow", true);
  782. pref("middlemouse.contentLoadURL", false);
  783. pref("middlemouse.scrollbarPosition", false);
  784.  
  785. // Clipboard behavior
  786. pref("clipboard.autocopy", false);
  787.  
  788. // 0=lines, 1=pages, 2=history , 3=text size
  789. pref("mousewheel.withnokey.action",0);
  790. pref("mousewheel.withnokey.numlines",1);    
  791. pref("mousewheel.withnokey.sysnumlines",true);
  792. pref("mousewheel.withcontrolkey.action",0);
  793. pref("mousewheel.withcontrolkey.numlines",1);
  794. pref("mousewheel.withcontrolkey.sysnumlines",true);
  795. // mousewheel.withshiftkey, see the Mac note below.
  796. pref("mousewheel.withshiftkey.action",0);
  797. pref("mousewheel.withshiftkey.numlines",1);
  798. pref("mousewheel.withshiftkey.sysnumlines",true);
  799. pref("mousewheel.withaltkey.action",2);
  800. pref("mousewheel.withaltkey.numlines",1);
  801. pref("mousewheel.withaltkey.sysnumlines",false);
  802. pref("mousewheel.withmetakey.action",0);
  803. pref("mousewheel.withmetakey.numlines",1);
  804. pref("mousewheel.withmetakey.sysnumlines",true);
  805.  
  806. // on platforms where scroll messages differ between horizontal scroll
  807. // and back/forward button events we can activate them by default
  808. //@line 853 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  809. // disable horizontal scrolling to be able to use back/forward buttons
  810. pref("mousewheel.horizscroll.withnokey.action",2);
  811. pref("mousewheel.horizscroll.withnokey.numlines",-1);
  812. pref("mousewheel.horizscroll.withnokey.sysnumlines",false);
  813. pref("mousewheel.horizscroll.withcontrolkey.action",2);
  814. pref("mousewheel.horizscroll.withcontrolkey.numlines",-1);
  815. pref("mousewheel.horizscroll.withcontrolkey.sysnumlines",false);
  816. pref("mousewheel.horizscroll.withshiftkey.action",2);
  817. pref("mousewheel.horizscroll.withshiftkey.numlines",-1);
  818. pref("mousewheel.horizscroll.withshiftkey.sysnumlines",false);
  819. pref("mousewheel.horizscroll.withaltkey.action",2);
  820. pref("mousewheel.horizscroll.withaltkey.numlines",-1);
  821. pref("mousewheel.horizscroll.withaltkey.sysnumlines",false);
  822. pref("mousewheel.horizscroll.withmetakey.action",2);
  823. pref("mousewheel.horizscroll.withmetakey.numlines",-1);
  824. pref("mousewheel.horizscroll.withmetakey.sysnumlines",false);
  825. //@line 870 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  826.  
  827. pref("profile.confirm_automigration",true);
  828. // profile.migration_behavior determines how the profiles root is set
  829. // 0 - use NS_APP_USER_PROFILES_ROOT_DIR
  830. // 1 - create one based on the NS4.x profile root
  831. // 2 - use, if not empty, profile.migration_directory otherwise same as 0
  832. pref("profile.migration_behavior",0);
  833. pref("profile.migration_directory", "");
  834.  
  835. // the amount of time (in seconds) that must elapse
  836. // before we think your mozilla profile is defunct
  837. // and you'd benefit from re-migrating from 4.x
  838. // see bug #137886 for more details
  839. //
  840. // if -1, we never think your profile is defunct
  841. // and users will never see the remigrate UI.
  842. pref("profile.seconds_until_defunct", -1);
  843. // We can show it anytime from menus
  844. pref("profile.manage_only_at_launch", false);
  845.  
  846. pref("prefs.converted-to-utf8",false);
  847.  
  848. // --------------------------------------------------
  849. // IBMBIDI 
  850. // --------------------------------------------------
  851. //
  852. // ------------------
  853. //  Text Direction
  854. // ------------------
  855. // 1 = directionLTRBidi *
  856. // 2 = directionRTLBidi
  857. pref("bidi.direction", 1);
  858. // ------------------
  859. //  Text Type
  860. // ------------------
  861. // 1 = charsettexttypeBidi *
  862. // 2 = logicaltexttypeBidi
  863. // 3 = visualtexttypeBidi
  864. pref("bidi.texttype", 1);
  865. // ------------------
  866. //  Controls Text Mode
  867. // ------------------
  868. // 1 = logicalcontrolstextmodeBidiCmd
  869. // 2 = visualcontrolstextmodeBidi <-- NO LONGER SUPPORTED
  870. // 3 = containercontrolstextmodeBidi *
  871. pref("bidi.controlstextmode", 1);
  872. // ------------------
  873. //  Numeral Style
  874. // ------------------
  875. // 0 = nominalnumeralBidi *
  876. // 1 = regularcontextnumeralBidi
  877. // 2 = hindicontextnumeralBidi
  878. // 3 = arabicnumeralBidi
  879. // 4 = hindinumeralBidi
  880. pref("bidi.numeral", 0);
  881. // ------------------
  882. //  Support Mode
  883. // ------------------
  884. // 1 = mozillaBidisupport *
  885. // 2 = OsBidisupport
  886. // 3 = disableBidisupport
  887. pref("bidi.support", 1);
  888. // ------------------
  889. //  Charset Mode
  890. // ------------------
  891. // 1 = doccharactersetBidi *
  892. // 2 = defaultcharactersetBidi
  893. pref("bidi.characterset", 1);
  894.  
  895.  
  896. // used for double-click word selection behavior. Win will override.
  897. pref("layout.word_select.eat_space_to_next_word", false);
  898. pref("layout.word_select.stop_at_punctuation", true);
  899.  
  900. // pref to control whether or not to replace backslashes with Yen signs
  901. // in documents encoded in one of Japanese legacy encodings (EUC-JP, 
  902. // Shift_JIS, ISO-2022-JP)
  903. pref("layout.enable_japanese_specific_transform", false);
  904.  
  905. // pref to force frames to be resizable
  906. pref("layout.frames.force_resizability", false);
  907.  
  908. // pref to permit users to make verified SOAP calls by default
  909. pref("capability.policy.default.SOAPCall.invokeVerifySourceHeader", "allAccess");
  910.  
  911. // if true, allow plug-ins to override internal imglib decoder mime types in full-page mode
  912. pref("plugin.override_internal_types", false);
  913. pref("plugin.expose_full_path", false); // if true navigator.plugins reveals full path
  914.  
  915. // See bug 136985.  Gives embedders a pref to hook into to show
  916. // a popup blocker if they choose.
  917. pref("browser.popups.showPopupBlocker", true);
  918.  
  919. // Pref to control whether the viewmanager code does double-buffering or not
  920. // See http://bugzilla.mozilla.org/show_bug.cgi?id=169483 for further details...
  921. pref("viewmanager.do_doublebuffering", true);
  922.  
  923. // which files will be selected for roaming by default.
  924. // See sroaming/content/prefs/all.js
  925. pref("roaming.default.files", "bookmarks.html,abook.mab,cookies.txt");
  926. // display some general warning to the user about making backups, security etc.
  927. pref("roaming.showInitialWarning", true);
  928.  
  929. // whether use prefs from system
  930. pref("config.use_system_prefs", false);
  931.  
  932. // if the system has enabled accessibility
  933. pref("config.use_system_prefs.accessibility", false);
  934.  
  935. /*
  936.  * What are the entities that you want Mozilla to save using mnemonic
  937.  * names rather than numeric codes? E.g. If set, we'll output  
  938.  * otherwise, we may output 0xa0 depending on the charset.
  939.  *
  940.  * "none"   : don't use any entity names; only use numeric codes.
  941.  * "basic"  : use entity names just for   & < > " for 
  942.  *            interoperability/exchange with products that don't support more
  943.  *            than that.
  944.  * "latin1" : use entity names for 8bit accented letters and other special
  945.  *            symbols between 128 and 255.
  946.  * "html"   : use entity names for 8bit accented letters, greek letters, and
  947.  *            other special markup symbols as defined in HTML4.
  948.  */
  949. //pref("editor.encode_entity",                 "html");
  950.  
  951. pref("editor.resizing.preserve_ratio",       true);
  952. pref("editor.positioning.offset",            0);
  953.  
  954. pref("dom.max_script_run_time", 10);
  955.  
  956. pref("svg.enabled", true);
  957.  
  958. //@line 1333 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  959.  
  960. //@line 1520 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  961.  
  962. //@line 1709 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  963.  
  964. //@line 1790 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  965.  
  966. //@line 1793 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  967. // Handled differently under Mac/Windows
  968. pref("network.hosts.smtp_server", "localhost");
  969. pref("network.hosts.pop_server", "pop");
  970. pref("network.protocol-handler.warn-external.file", false);
  971. pref("browser.display.screen_resolution", 0); // System setting
  972. pref("browser.drag_out_of_frame_style", 1);
  973. pref("editor.singleLine.pasteNewlines", 0);
  974.  
  975. // Middle-mouse handling
  976. pref("middlemouse.paste", true);
  977. pref("middlemouse.contentLoadURL", true);
  978. pref("middlemouse.openNewWindow", true);
  979. pref("middlemouse.scrollbarPosition", true);
  980.  
  981. // Clipboard behavior
  982. pref("clipboard.autocopy", true);
  983.  
  984. pref("browser.urlbar.clickSelectsAll", false);
  985.  
  986. // Tab focus model bit field:
  987. // 1 focuses text controls, 2 focuses other form elements, 4 adds links.
  988. // Leave this at the default, 7, to match mozilla1.0-era user expectations.
  989. // pref("accessibility.tabfocus", 1);
  990.  
  991. // Beep instead of playing sound in Linux, at least until nsISound is fixed:
  992. pref("accessibility.typeaheadfind.soundURL", "beep");
  993.  
  994. // override double-click word selection behavior.
  995. pref("layout.word_select.stop_at_punctuation", false);
  996.  
  997. // autocomplete keyboard grab workaround
  998. pref("autocomplete.grab_during_popup", true);
  999. pref("autocomplete.ungrab_during_mode_switch", true);
  1000.  
  1001. // turn off scrollbar snapping
  1002. pref("slider.snapMultiplier", 0);
  1003.  
  1004. pref("helpers.global_mime_types_file", "/etc/mime.types");
  1005. pref("helpers.global_mailcap_file", "/etc/mailcap");
  1006. pref("helpers.private_mime_types_file", "~/.mime.types");
  1007. pref("helpers.private_mailcap_file", "~/.mailcap");
  1008. pref("java.global_java_version_file", "/etc/.java/versions");
  1009. pref("java.private_java_version_file", "~/.java/versions");
  1010. pref("java.default_java_location_solaris", "/usr/j2se");
  1011. pref("java.default_java_location_others", "/usr/java");
  1012. pref("java.java_plugin_library_name", "javaplugin_oji");
  1013. pref("applications.telnet", "xterm -e telnet %h %p");
  1014. pref("applications.tn3270", "xterm -e tn3270 %h");
  1015. pref("applications.rlogin", "xterm -e rlogin %h");
  1016. pref("applications.rlogin_with_user", "xterm -e rlogin %h -l %u");
  1017. pref("print.print_command", "lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}");
  1018. pref("print.printer_list", ""); // list of printers, separated by spaces
  1019. pref("print.print_reversed", false);
  1020. pref("print.print_color", true);
  1021. pref("print.print_landscape", false);
  1022. pref("print.print_paper_size", 0);
  1023.  
  1024. // Enables you to specify the gap from the edge of the paper to the margin
  1025. // this is used by both Printing and Print Preview
  1026. pref("print.print_edge_top", 4); // 1/100 of an inch
  1027. pref("print.print_edge_left", 4); // 1/100 of an inch
  1028. pref("print.print_edge_right", 4); // 1/100 of an inch
  1029. pref("print.print_edge_bottom", 4); // 1/100 of an inch
  1030.  
  1031. // print_extra_margin enables platforms to specify an extra gap or margin
  1032. // around the content of the page for Print Preview only
  1033. pref("print.print_extra_margin", 0); // twips
  1034.  
  1035. pref("print.whileInPrintPreview", false);
  1036.  
  1037. pref("font.allow_double_byte_special_chars", true);
  1038. // font names
  1039.  
  1040. // ar
  1041.  
  1042. //@line 1869 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  1043.  
  1044. pref("font.name.serif.el", "serif");
  1045. pref("font.name.sans-serif.el", "sans-serif");
  1046. pref("font.name.monospace.el", "monospace");
  1047.  
  1048. pref("font.name.serif.he", "serif");
  1049. pref("font.name.sans-serif.he", "sans-serif");
  1050. pref("font.name.monospace.he", "monospace");
  1051.  
  1052. pref("font.name.serif.ja", "serif");
  1053. pref("font.name.sans-serif.ja", "sans-serif");
  1054. pref("font.name.monospace.ja", "monospace");
  1055.  
  1056. pref("font.name.serif.ko", "serif");
  1057. pref("font.name.sans-serif.ko", "sans-serif");
  1058. pref("font.name.monospace.ko", "monospace");
  1059.  
  1060. // th
  1061.  
  1062. pref("font.name.serif.tr", "serif");
  1063. pref("font.name.sans-serif.tr", "sans-serif");
  1064. pref("font.name.monospace.tr", "monospace");
  1065.  
  1066. pref("font.name.serif.x-baltic", "serif");
  1067. pref("font.name.sans-serif.x-baltic", "sans-serif");
  1068. pref("font.name.monospace.x-baltic", "monospace");
  1069.  
  1070. pref("font.name.serif.x-central-euro", "serif");
  1071. pref("font.name.sans-serif.x-central-euro", "sans-serif");
  1072. pref("font.name.monospace.x-central-euro", "monospace");
  1073.  
  1074. pref("font.name.serif.x-cyrillic", "serif");
  1075. pref("font.name.sans-serif.x-cyrillic", "sans-serif");
  1076. pref("font.name.monospace.x-cyrillic", "monospace");
  1077.  
  1078. pref("font.name.serif.x-unicode", "serif");
  1079. pref("font.name.sans-serif.x-unicode", "sans-serif");
  1080. pref("font.name.monospace.x-unicode", "monospace");
  1081.  
  1082. pref("font.name.serif.x-user-def", "serif");
  1083. pref("font.name.sans-serif.x-user-def", "sans-serif");
  1084. pref("font.name.monospace.x-user-def", "monospace");
  1085.  
  1086. pref("font.name.serif.x-western", "serif");
  1087. pref("font.name.sans-serif.x-western", "sans-serif");
  1088. pref("font.name.monospace.x-western", "monospace");
  1089.  
  1090. pref("font.name.serif.zh-CN", "serif");
  1091. pref("font.name.sans-serif.zh-CN", "sans-serif");
  1092. pref("font.name.monospace.zh-CN", "monospace");
  1093.  
  1094. // ming_uni.ttf (HKSCS-2001) 
  1095. // http://www.info.gov.hk/digital21/eng/hkscs/download/uime.exe
  1096. pref("font.name.serif.zh-HK", "serif");
  1097. pref("font.name.sans-serif.zh-HK", "sans-serif");
  1098. pref("font.name.monospace.zh-HK", "monospace");
  1099.  
  1100. // zh-TW
  1101. //@line 1988 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  1102.  
  1103. pref("font.default.ar", "sans-serif");
  1104. pref("font.size.variable.ar", 16);
  1105. pref("font.size.fixed.ar", 12);
  1106.  
  1107. pref("font.default.el", "serif");
  1108. pref("font.size.variable.el", 16);
  1109. pref("font.size.fixed.el", 12);
  1110.  
  1111. pref("font.default.he", "sans-serif");
  1112. pref("font.size.variable.he", 16);
  1113. pref("font.size.fixed.he", 12);
  1114.  
  1115. pref("font.default.ja", "sans-serif");
  1116. pref("font.size.variable.ja", 16);
  1117. pref("font.size.fixed.ja", 16);
  1118.  
  1119. pref("font.default.ko", "sans-serif");
  1120. pref("font.size.variable.ko", 16);
  1121. pref("font.size.fixed.ko", 16);
  1122.  
  1123. pref("font.default.th", "serif");
  1124. pref("font.size.variable.th", 16);
  1125. pref("font.size.fixed.th", 12);
  1126.  
  1127. pref("font.default.tr", "serif");
  1128. pref("font.size.variable.tr", 16);
  1129. pref("font.size.fixed.tr", 12);
  1130.  
  1131. pref("font.default.x-baltic", "serif");
  1132. pref("font.size.variable.x-baltic", 16);
  1133. pref("font.size.fixed.x-baltic", 12);
  1134.  
  1135. pref("font.default.x-central-euro", "serif");
  1136. pref("font.size.variable.x-central-euro", 16);
  1137. pref("font.size.fixed.x-central-euro", 12);
  1138.  
  1139. pref("font.default.x-cyrillic", "serif");
  1140. pref("font.size.variable.x-cyrillic", 16);
  1141. pref("font.size.fixed.x-cyrillic", 12);
  1142.  
  1143. pref("font.default.x-unicode", "serif");
  1144. pref("font.size.variable.x-unicode", 16);
  1145. pref("font.size.fixed.x-unicode", 12);
  1146.  
  1147. pref("font.default.x-western", "serif");
  1148. pref("font.size.variable.x-western", 16);
  1149. pref("font.size.fixed.x-western", 12);
  1150.  
  1151. pref("font.default.zh-CN", "sans-serif");
  1152. pref("font.size.variable.zh-CN", 16);
  1153. pref("font.size.fixed.zh-CN", 16);
  1154.  
  1155. pref("font.default.zh-TW", "sans-serif");
  1156. pref("font.size.variable.zh-TW", 16);
  1157. pref("font.size.fixed.zh-TW", 16);
  1158.  
  1159. pref("font.default.zh-HK", "sans-serif");
  1160. pref("font.size.variable.zh-HK", 16);
  1161. pref("font.size.fixed.zh-HK", 16);
  1162.  
  1163. // below a certian pixel size outline scaled fonts produce poor results
  1164. pref("font.scale.outline.min",      6);
  1165.  
  1166. // TrueType
  1167. pref("font.FreeType2.enable", false);
  1168. pref("font.freetype2.shared-library", "libfreetype.so.6");
  1169. // if libfreetype was built without hinting compiled in
  1170. // it is best to leave hinting off
  1171. pref("font.FreeType2.autohinted", false);
  1172. pref("font.FreeType2.unhinted", true);
  1173. // below a certian pixel size anti-aliased fonts produce poor results
  1174. pref("font.antialias.min",        10);
  1175. pref("font.embedded_bitmaps.max", 1000000);
  1176. pref("font.scale.tt_bitmap.dark_text.min", 64);
  1177. pref("font.scale.tt_bitmap.dark_text.gain", "0.8");
  1178. // sample prefs for TrueType font dirs
  1179. //pref("font.directory.truetype.1", "/u/sam/tt_font1");
  1180. //pref("font.directory.truetype.2", "/u/sam/tt_font2");
  1181. //pref("font.directory.truetype.3", "/u/sam/tt_font3");
  1182. pref("font.FreeType2.printing", true);
  1183.  
  1184. // below a certian pixel size anti-aliased bitmat scaled fonts 
  1185. // produce poor results
  1186. pref("font.scale.aa_bitmap.enable", true);
  1187. pref("font.scale.aa_bitmap.always", false);
  1188. pref("font.scale.aa_bitmap.min", 6);
  1189. pref("font.scale.aa_bitmap.undersize", 80);
  1190. pref("font.scale.aa_bitmap.oversize", 120);
  1191. pref("font.scale.aa_bitmap.dark_text.min", 64);
  1192. pref("font.scale.aa_bitmap.dark_text.gain", "0.5");
  1193. pref("font.scale.aa_bitmap.light_text.min", 64);
  1194. pref("font.scale.aa_bitmap.light_text.gain", "1.3");
  1195.  
  1196. pref("font.scale.bitmap.min",       12);
  1197. pref("font.scale.bitmap.undersize", 80);
  1198. pref("font.scale.bitmap.oversize",  120);
  1199.  
  1200. pref("font.scale.outline.min.ja",      10);
  1201. pref("font.scale.aa_bitmap.min.ja",    12);
  1202. pref("font.scale.aa_bitmap.always.ja", false);
  1203. pref("font.scale.bitmap.min.ja",       16);
  1204. pref("font.scale.bitmap.undersize.ja", 80);
  1205. pref("font.scale.bitmap.oversize.ja",  120);
  1206.  
  1207. pref("font.scale.outline.min.ko",      10);
  1208. pref("font.scale.aa_bitmap.min.ko",    12);
  1209. pref("font.scale.aa_bitmap.always.ko", false);
  1210. pref("font.scale.bitmap.min.ko",       16);
  1211. pref("font.scale.bitmap.undersize.ko", 80);
  1212. pref("font.scale.bitmap.oversize.ko",  120);
  1213.  
  1214. pref("font.scale.outline.min.zh-CN",      10);
  1215. pref("font.scale.aa_bitmap.min.zh-CN",    12);
  1216. pref("font.scale.aa_bitmap.always.zh-CN", false);
  1217. pref("font.scale.bitmap.min.zh-CN",       16);
  1218. pref("font.scale.bitmap.undersize.zh-CN", 80);
  1219. pref("font.scale.bitmap.oversize.zh-CN",  120);
  1220.  
  1221. pref("font.scale.outline.min.zh-TW",      10);
  1222. pref("font.scale.aa_bitmap.min.zh-TW",    12);
  1223. pref("font.scale.aa_bitmap.always.zh-TW", false);
  1224. pref("font.scale.bitmap.min.zh-TW",       16);
  1225. pref("font.scale.bitmap.undersize.zh-TW", 80);
  1226. pref("font.scale.bitmap.oversize.zh-TW",  120);
  1227.  
  1228. pref("font.scale.outline.min.zh-HK",      10);
  1229. pref("font.scale.aa_bitmap.min.zh-HK",    12);
  1230. pref("font.scale.aa_bitmap.always.zh-HK", false);
  1231. pref("font.scale.bitmap.min.zh-HK",       16);
  1232. pref("font.scale.bitmap.undersize.zh-HK", 80);
  1233. pref("font.scale.bitmap.oversize.zh-HK",  120);
  1234.  
  1235. // minimum font sizes
  1236.  
  1237. pref("font.min-size.variable.ja", 10);
  1238. pref("font.min-size.fixed.ja", 10);
  1239.  
  1240. pref("font.min-size.variable.ko", 10);
  1241. pref("font.min-size.fixed.ko", 10);
  1242.  
  1243. pref("font.min-size.variable.zh-CN", 10);
  1244. pref("font.min-size.fixed.zh-CN", 10);
  1245.  
  1246. pref("font.min-size.variable.zh-TW", 10);
  1247. pref("font.min-size.fixed.zh-TW", 10);
  1248.  
  1249. pref("font.min-size.variable.zh-HK", 10);
  1250. pref("font.min-size.fixed.zh-HK", 10);
  1251.  
  1252. // X11 specific
  1253. /* X11 font accept/reject patterns:
  1254.  * Patterns have to match against strings like this:
  1255.  * (boolean values can only be "true" or "false")
  1256.  * "fname=.*;scalable=.*;outline_scaled=.*;xdisplay=.*;xdpy=%d;ydpy=%d;xdevice=.*"
  1257.  * - fname     = X11 font name (string)
  1258.  * - scalable  = is font scalable ? (boolean)
  1259.  * - outline_scaled = is font an outline scaled font ? (boolean)
  1260.  * - xdisplay  = X11 display name (like "host:0.0" (string)
  1261.  * - xdpy      = X DPI (X screen resolution) (integer)
  1262.  * - ydpy      = Y DPI (Y screen resolution) (integer)
  1263.  * - xdevice   = "display" or "printer" (Xprint)
  1264.  * Patterns use  the regular expressions described in the EXTENDED REGULAR
  1265.  * EXPRESSIONS section of the regex(5) manual page.
  1266.  * Note that prefs strings can always be concatenated via the '+'-operator,
  1267.  * e.g. pref("font.x11.acceptfontpattern", "pattern1|" + 
  1268.  *                                         "pattern2|" +
  1269.  *                                         "pattern3");
  1270.  */
  1271. /* reject font if accept pattern does not match it... */
  1272. //pref("font.x11.acceptfontpattern", ".*");
  1273. /* reject font if reject pattern matches it... */
  1274. //pref("font.x11.rejectfontpattern", 
  1275. //     "fname=-urw.*;scalable=false;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*");
  1276.  
  1277. /* reject font if accept pattern does not match it... */
  1278. pref("print.xprint.font.acceptfontpattern", ".*");
  1279. /* reject font if reject pattern matches it...
  1280.  * Current bans:
  1281.  * - bug 148470 ("Ban "-dt-*" (bitmap!!) fonts from Xprint")
  1282.  *   pattern="fname=-dt-.*;scalable=.*;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*"
  1283.  */
  1284. pref("print.xprint.font.rejectfontpattern", 
  1285.      "fname=-dt-.*;scalable=.*;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*");
  1286.  
  1287. /* Xprint print module prefs */
  1288. pref("print.xprint.font.force_outline_scaled_fonts", true);
  1289.  
  1290. /* PostScript print module prefs */
  1291. // pref("print.postscript.enabled",      true);
  1292. pref("print.postscript.paper_size",    "letter");
  1293. pref("print.postscript.orientation",   "portrait");
  1294. pref("print.postscript.print_command", "lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}");
  1295.  
  1296. /* PostScript print module font config
  1297.  * this list is used by the postscript font
  1298.  * to enumerate the list of langGroups
  1299.  * there should be a call to get the
  1300.  * langGroups; see bug 75054
  1301.  */
  1302. pref("print.postscript.nativefont.ar",             "");
  1303. pref("print.postscript.nativefont.el",             "");
  1304. pref("print.postscript.nativefont.he",             "");
  1305. pref("print.postscript.nativefont.ja",             "");
  1306. pref("print.postscript.nativefont.ko",             "");
  1307. pref("print.postscript.nativefont.th",             "");
  1308. pref("print.postscript.nativefont.tr",             "");
  1309. pref("print.postscript.nativefont.x-baltic",       "");
  1310. pref("print.postscript.nativefont.x-central-euro", "");
  1311. pref("print.postscript.nativefont.x-cyrillic",     "");
  1312. pref("print.postscript.nativefont.x-unicode",      "");
  1313. pref("print.postscript.nativefont.x-user-def",     "");
  1314. pref("print.postscript.nativefont.x-western",      "");
  1315. pref("print.postscript.nativefont.zh-CN",          "");
  1316. pref("print.postscript.nativefont.zh-TW",          "");
  1317. pref("print.postscript.nativefont.zh-HK",          "");
  1318.  
  1319. //@line 2208 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  1320.  
  1321. //@line 2276 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  1322.  
  1323. //@line 2302 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  1324.  
  1325. //@line 2322 "/build/buildd/mozilla-thunderbird-1.5.0.10/build-dir/mozilla/modules/libpref/src/init/all.js"
  1326.  
  1327.